From: Olaf Hering Date: Thu, 16 Dec 2010 18:25:33 +0000 (+0000) Subject: tools/xcutils: xc_save: add missing whitespace X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d4700445c1b02a9d9e2ad8806445c5dffb4e2c53;p=xen.git tools/xcutils: xc_save: add missing whitespace Add missing whitespace between the two error strings. Signed-off-by: Olaf Hering --- diff --git a/tools/xcutils/xc_save.c b/tools/xcutils/xc_save.c index 4ae7e4cf9c..59380c4dbb 100644 --- a/tools/xcutils/xc_save.c +++ b/tools/xcutils/xc_save.c @@ -201,7 +201,7 @@ main(int argc, char **argv) xc_suspend_evtchn_init(si.xch, si.xce, si.domid, port); if (si.suspend_evtchn < 0) - warnx("suspend event channel initialization failed" + warnx("suspend event channel initialization failed, " "using slow path"); } }